Interface ICoreSortedExportable<T>
Assembly: WaaS.Core.dll
View Source
Declaration
public interface ICoreSortedExportable<out T> : ICoreSorted, ISorted where T : IExternal
Properties
CoreExternal
View Source
Declaration
T CoreExternal { get; }